home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / comm2 / xtick403.lha / DOC / XHatch.doc < prev    next >
Text File  |  1995-08-03  |  3KB  |  77 lines

  1.   
  2.                        XHatch - FrontEnd for XTick 
  3.        Copyright (c) 1995 by Robert Williamson, FIDONET#1:167/104.0
  4.                             ALL RIGHTS RESERVED
  5.  
  6.         This  software  is  provided  "as  is",  without warranty and/or
  7.     guarantee  of any kind.  You may use and/or distribute this software
  8.     and copies of it, as long as no alterations have been made, no files
  9.     have  been  added  to/omitted from the original distribution archive
  10.     and no charge is asked for.
  11.         This package may be freely distributed via BBSs, ADS, AmiNet and
  12.     software libraries such as Fred Fish's and Aminet CD-ROMs, and other
  13.     similar electronic channels.
  14.  
  15.         This  package  may  NOT  be  distributed SAN, Disk magazines, PD
  16.     libraries or BBSs and Services that charge  extra for file transfers
  17.     without authorization from, and compensation to the author.
  18.  
  19.  
  20.   Copyrights:
  21.     XHatch, XHatch.doc and the format of XTick.cfg are all,
  22.        Copyright (c) 1995 by Robert Williamson, FIDONET#1:167/104.0
  23.  
  24.  
  25.   XHatch  is  a  front-end for Xtick to handle hatching of files already in
  26. the target path.  It does not use the XTick config file.
  27.  
  28.  
  29.   Template: TOHATCH/A,AREA/A,INC/K,MAGIC/K,DEBUG/S,NOEXE/S,NEW/S,AGE/K
  30.  
  31.   TOHATCH   fullpathname of file to hatch or
  32.             FILESPEC including path for NEW
  33.   AREA      file area
  34.             TOHATCH MUST be in AREA
  35.   NEW       hatch only files matching  TOHATCH filespec,
  36.             in AREA, AGE days old or less
  37.   AGE       age of files for NEW
  38.   INC       fullpathname of .TINC or .README file
  39.   MAGIC     magic file name
  40.   DEBUG     verbose mode
  41.   NOEXE     disables writing TINC and executing XTick
  42.  
  43.  
  44.   TINC files and Aminet README's:
  45.   If  the  fullpathname  of  a  .TINC  or  .README file is specified on the
  46. command line, it will be read and used by XTick.
  47.  
  48.   If  a  .TINC  file is NOT specified and an AmiNet .README file exists for
  49. the  TOHATCH  in  the  same  path, it will be read and a .TINC file will be
  50. created  for use by Xtick.  Any old .TINC will be over-written.  The Aminet
  51. .README will also be copied to the current TOHATCH name.
  52.  
  53.  eg: if TOHATCH is XHATCH010.LHA, and XHATCH.README exists,
  54.      XHATCH010.README and XHATCH010.LHA.TINC will be created.
  55.      If XHATCH010.README exists, it will be used to create
  56.      XHATCH010.LHA.TINC.
  57.  
  58.  
  59.   Hatch New:
  60.   XHatch fullpath/#?.lha <tagname> NEW AGE <age>
  61.     
  62.   This  function  can  be  used  to  hatch  new  files from the destination
  63. directory  of  the  configured fileecho.  If any new files are found in the
  64. destination  directory,  they will automatically be hatched if they are AGE
  65. days  old  or  less  and  do  not  have  the  Archive  bit  set.   The file
  66. descriptions will be taken from the filenotes or .TINC files.
  67.  
  68.  
  69.       AREA
  70.         This field contains the tagname of the fileecho.
  71.       TOHATCH
  72.         This  field  contains the fullpath and file specification that will
  73.         trigger this function. use #? for all new files.
  74.       AGE
  75.         Limits hatch new to files less or equal to number of days.
  76.  
  77.